home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 9 / CorelDraw9 Disco 1.iso / Draw / Cont_rel / Rellenos / Textura / Elementos / water6.csc < prev    next >
Encoding:
Text File  |  1998-11-24  |  306 b   |  14 lines

  1. REM Favorite : Fill
  2.  
  3. WITHOBJECT "CorelDraw.Automation.9"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .ApplyTextureFill "", "Water Color2 3C", "Cdr5:Water Color2 3C"
  9.     .ResumePainting 
  10.     .EndOfRecording 
  11. END WITHOBJECT
  12.  
  13.  
  14.